PreviousNextTracker indexSee it online !

(217/314) 3588559 - ProjectViewer: Underlines open files from other views

Steps to reproduce:
use Editpane (or view) buffersets.
Project p1 open in View v1
Project p2 open in View v2

File f1 from project p1 is open in v2 but not v1.

Look at ProjectViewer in v1. f1 is underlined even though v1 does not show it in its buffer set.

Perhaps it should be underlined only if f1 is in View.getBuffers()?

Submitted ezust - 2012-11-19 - 18:14:25z Assigned nobody
Priority 1 Category Project Viewer
Status Open Group None
Resolution None Visibility No

Comments

2013-03-23 - 18:44:00z
ezust
fixing it would result in a significant decrease in performance (linear search through list, rather than a quick hash table lookup) unless we made changes to core.

Attachments